<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*å‹æƒ…é“¾æŽ¥*/
/*$$
{"color":[{"val":"#4f4f4f","title":"æ&nbsp;‡é¢˜ä¸­æ–‡å­—é¢œè‰²+æ­£æ–‡å­—"},{"val":"#e7e7e7","title":"æ&nbsp;‡é¢˜è‹±æ–‡å­—é¢œè‰²"}],"background":[{"val":"#ff7011","title":"æ&nbsp;‡é¢˜æ¨ªçº¿é¢œè‰²"},{"val":"#4f4f4f","title":"å¤§æ&nbsp;‡é¢˜æ¨ªçº¿é¢œè‰²"}],"border":[{"val":"#dedede","title":"å›¾ç‰‡å®žçº¿æ¡†é¢œè‰²"}]}
$$*/

#link_156 {
	width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
}

#link_156 .indexTitle {
	width: 16.7%;
	float: left;
}

#link_156 .indexCH {
	font-size: 26px;
	line-height: 40px;
	color: #4f4f4f;
	width: 62.5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#link_156 .indexCH span {
	width: 8px;
	height: 3px;
	background: #4f4f4f;
	display: block;
}

#link_156 .indexEN {
	font-size: 37px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: bold;
	color: #e7e7e7;
}

#link_156 .indexLine {
	height: 4px;
	width: 67px;
	background: #ff7011;
	margin-top: 10px;
}

#link_156 .linkList {
	width: 83.3%;
	float: left;
}

#link_156 .linkList ul {
	width: 100%;
	overflow: hidden;
}

#link_156 .linkList ul li {
	width: 15%;
	height: 72px;
	border: #dedede solid 1px;
	margin-right: 50px;
	cursor: pointer;
	float: left;
	padding: 15px;
}

#link_156 .linkList ul li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and (max-width:1200px) {
	#link_156 {
		width: 90%;
		padding: 50px 0;
	}
	#link_156 .indexCH{
		width: 80%;
	}
}


/* ipad */

@media screen and (max-width:992px) {
	#link_156 {
		width: 90%;
		padding: 50px 0;
	}
	#link_156 .indexTitle{
		width: 30%;
	}
	#link_156 .linkList{
		margin-top: 20px;
		width: 100%;
	}
}


/* æ‰‹æœº */

@media screen and (max-width: 767px) {
	#link_156 {
		width: 96%;
		padding: 50px 0;
		display: none;
	}
	#link_156 .indexTitle{
		width: 55%;
	}
	#link_156 .linkList{
		width: 100%;
		margin-top: 40px;
	}
	#link_156 .linkList ul li{
		margin:0 20px 20px 20px;
		margin-bottom: 20px;
		width: calc(50% - 40px);
	}
}

</pre></body></html>